Pattern Synonym
The gxPatternSynonymTag synonym ('ptrn') for patterns is defined:
#define gxPatternSynonymTag 0x7074726EThe gxPatternSynonym structure defines the contents of a gxPatternSynonymTag synonym:
struct gxPatternSynonym { long patternType; fixed angle; fixed spacing; fixed thickness; gxPoint anchorPoint; };Patterns can be either hatch or crosshatch:
Field Description
patternType
- The pattern type, either
gxHatch
orgxCrossHatch
.angle
- The angle of the lines in the pattern.
spacing
- The distance of the lines in the pattern.
thickness
- A point that specifies the upper-left corner at which the pattern begins.
enum gxPatterns { gxHatch = 0, gxCrossHatch = 1 };Constant descriptions
gxHatch
- Use a hatch pattern.
gxCrossHatch
- Use a crosshatch pattern.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help